dm a0 iopbThis will show you the parameter block being examined in the vSyncWait loop with formatted output.
Look at the ioRefNum field (24 bytes into the structure.) This word contains the driver reference number for the driver you are waiting on. For purposes of this example, assume the driver reference number is FFDF.
Enter the command
drvr FFDF.wand you will be given information about that particular driver, including its name, where the i/o queue begins, etc. You can then use this information to track down your problems.
Entering the command
drvrwithout any arguments will give you a list of all the drivers in the system.
The short cut for all the above is to use the MacsBug command
drvr (a0+18)^.w
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help